Esx Settings Defaults Clusters Policies Apply FailureAction
The Esx Settings Defaults Clusters Policies Apply FailureAction schema contains properties that describe the actions to be taken when entering maintenance mode fails on a single host within the cluster.
This schema was added in vSphere API 7.0.0.0.
{
"action": "string",
"retry_delay": 0,
"retry_count": 0
}
What action (Action) is to be taken if entering maintenance mode fails on a single host within the cluster.
For more information see: Esx Settings Defaults Clusters Policies Apply FailureAction Action.
This property was added in vSphere API 7.0.0.0.
Time to wait to retry the failed operation in seconds.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of action is Esx Settings Defaults Clusters Policies Apply FailureAction Action.RETRY.
Number of times to retry the failed operation.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of action is Esx Settings Defaults Clusters Policies Apply FailureAction Action.RETRY.